home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Data Base of the Video Yearbook 1995
/
Data Base of the Video Yearbook 1995 - Disc 1.iso
/
cosmos
/
shared.dir
/
00980.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-12-19
|
182 b
|
9 lines
on readtextfile fileName
set myobj to fileio(mnew, "read", fileName)
if objectp(myobj) then
set output to myobj(mreadfile)
myobj(mdispose)
return output
end if
end